home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / dir4rob2.zip / DIR4ROBO.DOC next >
Text File  |  1991-05-04  |  4KB  |  80 lines

  1.  
  2.  
  3.  
  4.         PCBoard will allow file descriptions to be formatted in a variety of
  5.    ways. When the format is something other than the default, Robocomm is
  6.    not capable of keeping track of the file descriptions. The result is just
  7.    the first line of the description is keep while the rest is thrown away.
  8.    In Robocomm the first line is part of the database while the remainder
  9.    is kept in a separate "memo" file.
  10.  
  11.         DIR4ROBO is an interface between Robocomm and boards that provide
  12.    descriptions in a format other than the PCB default. It was developed for
  13.    use with Computer Connection and has only been explicitly tested there.
  14.    However, the functions which make up the program were developed for a
  15.    broader purpose and I would expect them to work anywhere. The description
  16.    format, is calculated by looking at the text rather than passed parameters.
  17.  
  18.         DIR4ROBO operates by reformatting the new files list in a format that
  19.    ROBO can understand to a file called "newlist.dat." Just after ROBO hangs
  20.    up, it checks it's directory for a file by that name and if it is found,
  21.    it appends the listed files to its new file list. It first checks to see
  22.    if it already has that filename from that board.
  23.  
  24.    Installation:
  25.  
  26.       The installation described here will only work for Robocomm 3.0 or latter
  27.    because it uses commands introduced in that version.
  28.  
  29.    1. Locate DIR4ROBO in the same directory as Robo or on the path.
  30.  
  31.    2. On ROBO's agenda screen, issue the command 'C' and fill out the
  32.       Command box as follows:
  33.  
  34.         ┌─────────── Send Command ───────────┐
  35.         │ Command: N;S;A                     │
  36.         │ Capture Results (Y/N): Y           │
  37.         │ Append Mode (Y/N): N               │
  38.         │ From system: COMPCONN              │
  39.         │ Conference: 0                      │
  40.         │ Perm/Temp (P/T): P                 │
  41.         └────────────────────────────────────┘
  42.  
  43.       The system name, of course, must correspond to whatever name
  44.       you have used.
  45.  
  46.    3. On Robo's agenda screen, issue the command 'R' and fill out the
  47.       command box as follows:
  48.  
  49.         ┌──────────────────────── Run Outside Program ───────────────────┐
  50.         │ When Online with system: COMPCONN                              │
  51.         │      Program to execute: DIR4ROBO COMPCONN.CAP                 │
  52.         │         Perm/Temp (P/T): P                                     │
  53.         └────────────────────────────────────────────────────────────────┘
  54.  
  55.     Thats all there is to it. When completed, your agenda item should
  56.     look as follows:
  57.  
  58.           Call Computer Connection
  59.                ■ J;0->Capture & Append: N;S;A
  60.                ■ Run Program "DIR4ROBO COMPCONN.CAP"
  61.  
  62.  
  63.     I don't think there should be any problem, but I have thought that before
  64.     when there was. I can be contacted either thru Computer Connection or on
  65.     my own board which is Opus_386, Davis, CA, 916-753-6321.
  66.  
  67.     History:
  68.  
  69.     V2.0   5/3/91
  70.     Corrects a problem related to the maximum size of a description. Vers 1.0
  71.     assumed that 8 lines was the maximum length of any description. Vers 2.0
  72.     ups the maximum to 5000 characters which is something over 100 lines. You
  73.     should note, the program will be slow with descriptions of that size since
  74.     it does a fair amount of checking for transmission garbage, execessive
  75.     space, control characters etc.
  76.  
  77.     V1.0   3/29/91
  78.  
  79.  
  80.